Câu ví dụ
- thêm câu ví dụ: 1 2 3 4 5 6
- Such code often starts with the single quote (') character.
Một hàng Comment thường bắt đầu bằng dấu single quote '. - Such code often starts with the single quote (') character.
Một hàng Comment thường bắt đầu bằng dấu single quote '. - var a = "Let's have a cup of coffee."; // single quote inside double quotes
var a = "Let's have a cup of coffee."; // Nháy đơn đặt trong nháy kép - var c = 'We\'ll never give up.'; // escaping single quote with backslash
var c = 'We\'ll never give up.'; // Chèn ký tự đặc biệt sau dấu \ - Try using double quote (“) if single quote (‘) is not working.
Hãy thử dùng dấu nháy đôi (") nếu dấu nháy đơn (') không làm việc.